From: Paul Eggert Date: Sun, 23 Jan 2011 07:32:08 +0000 (-0800) Subject: Merge: Check return values of some library calls. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5093 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6438a128411b64f9368a91aac7acc8dfa337cd52;p=emacs.git Merge: Check return values of some library calls. --- 6438a128411b64f9368a91aac7acc8dfa337cd52 diff --cc src/ChangeLog index d1fcc4ebb1e,3044395980c..06fad3d4df8 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,6 -1,11 +1,11 @@@ 2011-01-23 Paul Eggert + Check return values of some library calls. + * emacs.c (main): Check dup result. + * frame.c: Include , for INT_MIN and INT_MAX. + (frame_name_fnn_p): Check strtol result. + - * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash + * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash when calling XpmCreatePixmapFromData. Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.